home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / pc / Xtras / SPECIAL XTRAS Win / resaudio.x32 / TEXT / AUTHORWARE_MESSAGE_TABLE next >
Text File  |  2003-09-28  |  1KB  |  36 lines

  1. xtra Audio
  2. --
  3. -- Audio Xtra
  4. -- Published by updateStage
  5. -- 
  6. -- Sales: sales@updatestage.com, (781) 641-6043
  7. -- Technical support: support@updatestage.com, (781) 641-6043
  8. -- Web: http://www.updatestage.com
  9. -- Written by Scott Kildall, Red Eye Software
  10. --Copyright 1996-1999,  Red Eye Software
  11.  
  12. new object me
  13.  
  14. -- REGISTRATION
  15. * axRegister  string serialNumber -- Registers Audo Xtra. THIS MUST BE CALLED FOR YOUR RUNTIME FILES
  16.  
  17. -- OBTAINING INFORMATION
  18. * axGetVersion -- returns the version number of Audio Xtra
  19.  
  20. -- RECORDING
  21. * axOpenRecorder -- opens/prepares for audio recording
  22. * axCloseRecorder -- releases the recording device
  23. * axBytesToMilliseconds integer bytes, * -- converts bytes to milliseconds
  24. * axMillisecondsToBytes integer ms, * -- converts milliseconds to bytes
  25. * axSetEnvironmentInfo string infoType, any data -- sets environmental information
  26. * axGetEnvironmentInfo string infoType -- gets environmental information
  27. * axRecordSoundToFile string filePath
  28. * axStopRecording
  29. * axPauseRecording
  30. * axResumeRecording
  31. * axServiceRecording
  32. * axGetInputLevel * -- returns the input level (0-255), use 2nd parameter as optional argument for the channel number (1 or 2)
  33. * axGetFreeSpace * -- optional first argument is the drive name 
  34. * axDeleteSound string filePath -- deletes a sound file
  35. * axPromptForSoundsDirectory -- lets the user select a folder for recording sounds
  36.